home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / gnulib / dkbtrace / pbmplus / source / pbmcrt.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-05  |  208 b   |  14 lines

  1. /*
  2.  
  3. This is the C run time dll for pbmplus
  4.  
  5. */
  6.  
  7. #include <string.h>
  8. #include <stdlib.h>
  9. #include <stdio.h>
  10.  
  11. void pbmcrt (void) {
  12.     fprintf (stderr, "This is the C run time dll for pbmplus.\n");
  13. }
  14.